GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-22T22:24:37.2395803+00:00",
"SubmitDate": "2026-04-22T22:24:37.2395803+00:00",
"ReportPeriodStart": "2026-04-22T22:24:37.2395803+00:00",
"ReportPeriodEnd": "2026-04-22T22:24:37.2395803+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dd17b45b-d70f-430d-8f18-aeff65ed1cb3",
"Rows": [
{
"ItemId": "99766b81-be93-4fcd-8262-916cd88e9705",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "99766b81-be93-4fcd-8262-916cd88e9705",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dd17b45b-d70f-430d-8f18-aeff65ed1cb3",
"Rows": [
{
"ItemId": "99766b81-be93-4fcd-8262-916cd88e9705",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "99766b81-be93-4fcd-8262-916cd88e9705",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"15e440af-314c-4679-bb7b-6f5e65d739bc",
"80ea3698-ffc4-4335-94ab-ad18b4a7cc83"
],
"Approvers": [
"2db5a63e-d210-46c9-8fac-b1e34789e722",
"87ec73d1-9653-4ee8-8cef-fca6745cbda7"
],
"ApprovedBy": "454c9066-18a9-4ae9-a410-4451ccdddbb0",
"ApprovalDate": "2026-04-22T22:24:37.2395803+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3886bcd3-7e91-4cfd-9df3-a03ea426afbb",
"id": "4539a000-c8de-4689-9ff0-5b6c02b678b5",
"ConfigId": "0918fae4-34c3-43e0-8bdc-8f96f8fa9390"
},
{
"GenerationDate": "2026-04-22T22:24:37.2395803+00:00",
"SubmitDate": "2026-04-22T22:24:37.2395803+00:00",
"ReportPeriodStart": "2026-04-22T22:24:37.2395803+00:00",
"ReportPeriodEnd": "2026-04-22T22:24:37.2395803+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dd17b45b-d70f-430d-8f18-aeff65ed1cb3",
"Rows": [
{
"ItemId": "99766b81-be93-4fcd-8262-916cd88e9705",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "99766b81-be93-4fcd-8262-916cd88e9705",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dd17b45b-d70f-430d-8f18-aeff65ed1cb3",
"Rows": [
{
"ItemId": "99766b81-be93-4fcd-8262-916cd88e9705",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "99766b81-be93-4fcd-8262-916cd88e9705",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"15e440af-314c-4679-bb7b-6f5e65d739bc",
"80ea3698-ffc4-4335-94ab-ad18b4a7cc83"
],
"Approvers": [
"2db5a63e-d210-46c9-8fac-b1e34789e722",
"87ec73d1-9653-4ee8-8cef-fca6745cbda7"
],
"ApprovedBy": "454c9066-18a9-4ae9-a410-4451ccdddbb0",
"ApprovalDate": "2026-04-22T22:24:37.2395803+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3886bcd3-7e91-4cfd-9df3-a03ea426afbb",
"id": "4539a000-c8de-4689-9ff0-5b6c02b678b5",
"ConfigId": "0918fae4-34c3-43e0-8bdc-8f96f8fa9390"
}
]